home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD-Sensation: Golden Games / Amiga CD-Sensation - Ausgabe 2 - Golden Games (1996)(GTI - Schatztruhe)(DE)[!].iso / Brain Activity / 10000 / ReadMeOr.DIE < prev    next >
Text File  |  1995-12-06  |  2KB  |  45 lines

  1. Hello all you English types...
  2.  
  3. This program is a bit of an experiment in cross-platform development, in that
  4. the same exact source code was used to compile the Amiga and the IBM versions
  5. (both are included in this archive.)
  6.  
  7. Installation:
  8. -------------
  9. For Amiga types: You will need to obtain the GWin.library.  It is available on
  10. AmiNet as /gfx/misc/Gwin.lha or on Fred Fish Disk #571.  I would've included
  11. the library in this release, but the entire GWin archive (including source and
  12. examples) is over 200k.
  13.  
  14. 10000 will run under any version of the OS as long as you have GWin.library,
  15. mathieeedoubbas.library, and mathtrans.library present in LIBS:.  Due to
  16. copyright restrictions I cannot include these files, but it should be easy
  17. enough to make your own boot disk if you so desire.
  18.  
  19. To run, just click on the icon!
  20.  
  21. PC people: Add the line DEVICE=C:\DOS\ANSI.SYS to CONFIG.SYS if it's not there
  22. already, then execute 10000.EXE.
  23.  
  24. Game instructions are available within the program.  Enjoy!
  25.  
  26. Source code:
  27. ------------
  28. Amiga: Be sure to put the (included) gwin.user.h file in your include:
  29. directory.  Also, be sure the AMIGA macro (in 10000.c) is set to 1.  If using
  30. SAS/C (which I would suggest), make sure your math option is set to FFP or GWin
  31. will gripe.
  32.  
  33. IBM: Set the AMIGA macro to 0 and compile with Turbo C or other DOS compiler.
  34. Visual C and Borland C++ for Windows may work as well - I've never used them.
  35.  
  36. IBM people will also need to convert the source and includes from the Unix
  37. text file format used by the Amiga - The easiest thing to do is load with
  38. Notepad and re-save.
  39.  
  40. If you have difficulty re-compiling, please do not send me E-Mail about it.
  41. Standard disclaimer: it compiles fine on my machine.
  42.  
  43. Spiny Norman
  44. ============
  45.